function signature造句
例句與造句
- the method must have the same function signature as the
委托相同的函數簽名。 - has the same function signature as the
委托相同的函數簽名。 - in the visual basic version of the function signature, the name
在visualbasic版本的函數簽名中,名稱 - for function signature requirements of a managed application
有關托管應用程序的函數簽名要求,請參見 - attributes for the arguments in your function signature to reduce unnecessary marshaling
屬性可以減少不必要的封送處理。 - It's difficult to find function signature in a sentence. 用function signature造句挺難的
- the output for a function signature entry consists of three lines for each interop call
對于每個互操作調用,函數簽名項的輸出都包含三行。 - compiland to a function that was imported via dllimport and the function signature contains an unsafe type
compiland中調用已通過dllimport導入的函數,該函數簽名包含不安全的類型。 - function : function signature contains type type; c objects are unsafe to pass between pure code and mixed or native
“function”:函數簽名包含類型type;在純代碼與混合代碼或本機代碼之間傳遞c++對象是不安全的。 - notice that the function signature line ends with a colon and thus introduces a new block, marked by the indentation in the subsequent lines
請注意函數特征符行以冒號結尾,從而引入了一個新塊,它是通過使后續行縮進來標記的。 - the managed unmanaged thunks are necessary for interop to work at all, but the data marshaling that is required depends on the data types involved, the function signature, and how the data will be used
托管/非托管形式轉換是interop正常工作所必需的,但是所需的數據封送處理取決于涉及到的數據類型、函數簽名以及使用數據的方式。